home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / cjdates.exe / READ.ME < prev   
Text File  |  1991-07-25  |  3KB  |  53 lines

  1.  
  2.              From The Northern Illinois Klugewerks
  3.  
  4.                            CRAZY JACK'S DATE ROUTINES
  5.  
  6.             (c)Copyright 1991 by Crazy Jack
  7.                   All Rights Reserved
  8.  
  9. Crazy Jack's Date Routines make it easy to determine the number of days 
  10. between dates, find the day of the week of a date, convert between Gregorian 
  11. and Julian dates, sort on dates, and to check the validity of given dates.
  12. They are meant to be incorporated into your Turbo Pascal and Borland C 
  13. programs.  Source code is provided as well as .OBJ and .TPU files.  Also 
  14. included are demo programs and other goodies.
  15.  
  16. This package contains these files (unless you've been ripped off):
  17.  
  18.          READ.ME        Introductory remarks and instructions (this file).
  19.          DATES.DOC        The User's Guide.
  20.              DATES.ASM      The Date Routines assembler source.
  21.              DATES.LST      The assembly listing.
  22.              DATES.OBJ      The assembled object module.
  23.              DATES.PAS      The Turbo Pascal unit source code.
  24.              DATES.TPU      The Turbo Pascal v6.0 compiled unit.
  25.              DATES.INC      Additional Turbo Pascal source code.
  26.              DATES.H        C header for date routines.
  27.              DATENAMS.C     Additional C source code for #including.
  28.              DTP.PAS        Turbo Pascal date routines demo source code.
  29.              DTP.EXE        Compiled Turbo Pascal date routines demo.
  30.              DTC.C          Borland C++ C date routines demo source code.
  31.              DTC.EXE        C date routines demo ready-to-run.
  32.  
  33. The instructions you want are in DATES.DOC.  To print it, just copy it to PRN:
  34.  
  35. COPY  DATES.DOC  PRN
  36.  
  37. Note that it's "PRN", not ">PRN".  "PRN" Copies TO the printer.  ">PRN" 
  38. redirects the messages from COPY to the printer and copies the DATES.DOC file 
  39. to the current default drive and directory!
  40.  
  41. DATES.DOC is 16 pages long.  There are no special effects or overprinting, no
  42. more than 58 lines on a page, and the pages are separated by form feeds, so 
  43. it's compatible with most sheet feeders as well as continuous forms and laser 
  44. printers.
  45.  
  46. The listing from the assembly of DATES.ASM is included as "DATES.LST".  You 
  47. can print this listing the same way you print DATES.DOC, by copying it to PRN.    
  48. The maximum line length is 124 characters, so you will need either a wide 
  49. printer or you'll have to use condensed mode printing.  With typical condensed 
  50. mode printing at 17.5 cpi you can set up your printer with as much as a half 
  51. inch left margin without wrapping the lines.  As with DATES.DOC, there are no
  52. more than 58 lines per page and the pages are separated by form feeds.
  53.